func runtime.newInlineUnwinder
10 uses
runtime (current package)
preempt.go#L417: u, uf := newInlineUnwinder(f, pc, nil)
symtab.go#L122: u, uf := newInlineUnwinder(funcInfo, pc, nil)
symtab.go#L183: u, uf := newInlineUnwinder(f.funcInfo, f.PC, nil)
symtab.go#L208: u, uf := newInlineUnwinder(f, tracepc, &cache)
symtab.go#L661: u, uf := newInlineUnwinder(f, pc, nil)
symtabinl.go#L55: func newInlineUnwinder(f funcInfo, pc uintptr, cache *pcvalueCache) (inlineUnwinder, inlineFrame) {
trace.go#L1381: u, uf := newInlineUnwinder(fi, callPC, &cache)
traceback.go#L633: for iu, uf := newInlineUnwinder(f, u.symPC(), noEscapePtr(&u.cache)); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
traceback.go#L990: for iu, uf := newInlineUnwinder(f, u.symPC(), noEscapePtr(&u.cache)); uf.valid(); uf = iu.next(uf) {
traceback.go#L1091: u, uf := newInlineUnwinder(f, pc, nil)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |